home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / Mesa-1.2.1 / src-aux / image.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-05  |  224 b   |  13 lines

  1. #include "tk.h"
  2. #include "glaux.h"
  3.  
  4. #if defined(__cplusplus) || defined(c_plusplus)
  5. #define class c_class
  6. #endif
  7.  
  8.  
  9. AUX_RGBImageRec *auxRGBImageLoad(char *fileName)
  10. {
  11.     return (AUX_RGBImageRec *)tkRGBImageLoad(fileName);
  12. }
  13.